home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Harvest C 1.3 / Source Code / CWarningsPane.h < prev    next >
Encoding:
Text File  |  1992-02-27  |  741 b   |  23 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CWarningsPane.h
  3.  
  4.         Interface for WarningsPane class.
  5.         
  6.     SUPERCLASS = CArrayPane
  7.     
  8.     Copyright © 1991 Symantec Corporation. All rights reserved.
  9.     
  10.  
  11.  ******************************************************************************/
  12.  
  13. #define _H_CWarningsPane
  14.  
  15. #include "CArrayPane.h"
  16.  
  17. class CHarvestOptions;
  18.  
  19. class CWarningsPane : public CArrayPane
  20. {
  21. public:
  22.     CHarvestOptions *theOpts;
  23.     void IWarningsPane( CView *anEnclosure, CBureaucr